Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtension<T> Interface / Key Property


In This Topic
Key Property (IExtension<T>)
In This Topic
Gets the identifier of the extension.
Syntax
'Declaration
 
ReadOnly Property Key As Guid
 
'Usage
 
Dim instance As IExtension(Of T)
Dim value As Guid
 
value = instance.Key

Property Value

A System.Guid value represents the extension's identifier.
See Also